GCD

Syntax: GCD (x1, x2 *[,xi]*)     xi=0..INTMAX
Location: Math Package 

The function GCD takes two or more positive integers and finds their greatest common denominator

GCD converts all passed values into integers by removing any decimal places (as with INT).

CROSS-REFERENCE:
LCM
